CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - robot genetic algorithm

搜索资源列表

  1. mhsj

    0下载:
  2. 针对遗传算法的特点,提出一种用模糊控制的方法来调整交叉概率和变异概率的改进模糊遗传算法及其算法结构,并 将其应用于神经模糊控制器的综合优化设计。-For the characteristics of genetic algorithm, a method using fuzzy control to adjust the crossover probability and mutation probability of improving the fuzzy genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:239848
    • 提供者:陆见
  1. RobotPath

    0下载:
  2. 用遗传算法实现机器人路径规划和定位的技术研究-Using genetic algorithm robot path planning and positioning of technical studies
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10687492
    • 提供者:熊连海
  1. ANN-moving-robot

    0下载:
  2. 运用人工神经网络和遗传算法实现机器人程序能够自动排除地图中的障碍物。-The use of artificial neural networks and genetic algorithm procedures robot can automatically rule out the possibility of obstructions map.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:146998
    • 提供者:李佳鹤
  1. robot_motion_planning

    0下载:
  2. This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-define
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1364992
    • 提供者:guigui
  1. GeneticAlgorithmSourceCode

    0下载:
  2. 简单的遗传算法源代码 用于机器人路径规划 同大家分享-Simple genetic algorithm source code for the robot path planning to share
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8537
    • 提供者:yueliangzhu
  1. GA

    3下载:
  2. 这个一个遗传算法的实例,可以解决机器人轨迹规划的问题-This example of a genetic algorithm, can solve the problem of robot path planning
  3. 所属分类:matlab

    • 发布日期:2015-04-21
    • 文件大小:40972
    • 提供者:kevin
  1. robot_motion_planning

    0下载:
  2. 这个程序使用了遗传算法来优化点对点之间的轨迹度量。-This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link (redundant) robot arm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1366405
    • 提供者:王小明
  1. Geneticalgorithmpathplanningsimulationprogram

    3下载:
  2. 遗传算法路径规划仿真,运用遗传算法仿真机器人路径规划问题,属于静态规划-Genetic algorithm path planning simulation, using genetic algorithms simulation robot path planning problem, belongs to the static planning
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:4248
    • 提供者:yangjin
  1. GARR0

    2下载:
  2. 利用遗传算法解决机器人路径规划问题,较好的一个例程,在VC++平台下开发-Using the genetic algorithm to solve robot path planning problem, the better a routine in VC++ platform development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3875121
    • 提供者:李志远
  1. D

    0下载:
  2. 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:1635
    • 提供者:Don
  1. robot2

    1下载:
  2. 机器人路径规划,运用的是遗传算法,在试验平台上已经验证过。-Robot path planning, using the genetic algorithm, the test platform has been verified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1958713
    • 提供者:玉林
  1. robot

    0下载:
  2. 取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1812
    • 提供者:biaoshi
  1. robot

    1下载:
  2. 改进的免疫遗传算法在多机器人协作中的应用-Immune genetic algorithm improved collaboration in the application of multi-robot
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:283186
    • 提供者:qu
  1. Genetic-algorithm

    0下载:
  2. 遗传算法实现的最优路径规划,可用于机器人路径规划-Genetic algorithm to achieve the optimal path planning, can be used for robot path planning
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:4030
    • 提供者:王袁杰
  1. genetic-algorithm-MATLAB-source

    1下载:
  2. 基于遗传算法的机器人路径规划MATLAB源码-Robot path planning based on genetic algorithm MATLAB source
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-12-29
    • 文件大小:9216
    • 提供者:毛毛
  1. genetic-algorithms-MATLAB

    0下载:
  2. 基于遗传算法的机器人路径规划MATLAB源码genetic algorithms genetic algorithms -MATLAB source robot path planning based on genetic algorithm genetic algorithms genetic algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:352149
    • 提供者:谈天
  1. Robot-Path-Planning

    0下载:
  2. 基于遗传算法的移动机器人路径规划算法研究-Robot Path Planning Based on Genetic Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:67707
    • 提供者:张伟
  1. New-Fuzzy-nNetwork-design-using-Genetic-Algorithm

    0下载:
  2. In this paper a Conventional PD Controller and Fuzzy Neural Controller for trajectory tracking of mobile robot platform is presented. Using computed torque method is given input- torque on mobile robot wheels. The locomotion control structure is
  3. 所属分类:matlab

  1. Robot-genetic-algorithm-

    1下载:
  2. 机器人遗传算法静态摩擦参数辨识及摩擦力矩估计-Robot genetic algorithm identification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:王英
  1. Genetic algorithm

    0下载:
  2. 基于遗传算法的机器人路径规划MATLAB源码(Genetic algorithm - based robot path planning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-31
    • 文件大小:15360
    • 提供者:三叶半夏
« 12 3 4 »
搜珍网 www.dssz.com